home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Oprimitiveaxis.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
318b
|
15 lines
#ifndef _OPRIMAXIS_H_
#define _OPRIMAXIS_H_
enum
{
PRIM_AXIS = 1300, // LONG - Direction [0:+X; 1:-X; 2:+Y; 3:-Y; 4:+Z; 5:-Z]
PRIM_AXIS_XP = 0,
PRIM_AXIS_XN = 1,
PRIM_AXIS_YP = 2,
PRIM_AXIS_YN = 3,
PRIM_AXIS_ZP = 4,
PRIM_AXIS_ZN = 5
};
#endif